projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68aa135
)
tests/sign: disable GPG for alternatively signed pull
author
Denis Pynkin
<denis.pynkin@collabora.com>
Mon, 18 Nov 2019 11:28:40 +0000
(14:28 +0300)
committer
Denis Pynkin
<denis.pynkin@collabora.com>
Wed, 25 Mar 2020 12:23:54 +0000
(15:23 +0300)
Explicitly disable GPG verification for remote while testing
alternative signing mechanism.
Signed-off-by: Denis Pynkin <denis.pynkin@collabora.com>
tests/test-signed-pull.sh
patch
|
blob
|
history
diff --git
a/tests/test-signed-pull.sh
b/tests/test-signed-pull.sh
index 238ce8e0891dacb282661d766da33790f665ca47..28676b211437992221702ca43a8a400469a61210 100755
(executable)
--- a/
tests/test-signed-pull.sh
+++ b/
tests/test-signed-pull.sh
@@
-34,7
+34,7
@@
function repo_init() {
rm repo -rf
mkdir repo
ostree_repo_init repo --mode=${repo_mode}
- ${CMD_PREFIX} ostree --repo=repo remote add origin $(cat httpd-address)/ostree/gnomerepo "$@"
+ ${CMD_PREFIX} ostree --repo=repo remote add
--set=gpg-verify=false
origin $(cat httpd-address)/ostree/gnomerepo "$@"
}
function test_signed_pull() {